home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.html;
-
- import javax.swing.text.BadLocationException;
- import javax.swing.text.MutableAttributeSet;
-
- public class HTMLEditorKit$ParserCallback {
- public void flush() throws BadLocationException {
- }
-
- public void handleComment(char[] var1, int var2) {
- }
-
- public void handleEndTag(HTML.Tag var1, int var2) {
- }
-
- public void handleError(String var1, int var2) {
- }
-
- public void handleSimpleTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
- }
-
- public void handleStartTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
- }
-
- public void handleText(char[] var1, int var2) {
- }
- }
-